home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1988 October / Ahoy_Magazine_88-10_1988_Double_L.d64 / Time Clock (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  272b  |  9 lines

  1. 0 print"[147]":poke53280,6:poke53281,0
  2. 1 rem ==================================
  3. 2 rem    commodares problem #52-2 :
  4. 3 rem       time clock
  5. 4 rem    solution by
  6. 5 rem       claude landusky
  7. 6 rem ==================================
  8. 10 input "enter minutes";m: print int((m+7.5)/15)/4;"hours"
  9.